projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b80377
)
Remove accidental debugging print
author
Alex Crichton
<alex@alexcrichton.com>
Mon, 14 Jul 2014 20:00:14 +0000
(13:00 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Mon, 14 Jul 2014 20:00:14 +0000
(13:00 -0700)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index 5b1d86bac91b7e1a6299af69093736e2cc9198c7..e0590fd4f7b09170772b66c5fc550cc64f631352 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-65,7
+65,6
@@
fn execute() {
Some(path) => {
let p1 = path.join("../lib/cargo").join(command.as_slice());
let p2 = path.join(command.as_slice());
- println!("{} {}", p1.display(), p2.display());
if p1.exists() {
Command::new(p1)
} else if p2.exists() {